[BOUNTY #26] TradingView-Style Price Chart Widget (60 RTC)#493
Closed
xiangshangsir wants to merge 2 commits intoScottcjn:mainfrom
Closed
[BOUNTY #26] TradingView-Style Price Chart Widget (60 RTC)#493xiangshangsir wants to merge 2 commits intoScottcjn:mainfrom
xiangshangsir wants to merge 2 commits intoScottcjn:mainfrom
Conversation
added 2 commits
March 1, 2026 17:20
…erboard - Added onclick handler to leaderboard table rows - Clicking a machine now navigates to machine.html?id=<fingerprint_hash> - Added cursor:pointer style for better UX - Completes Hall of Fame Machine Detail Pages bounty (50 RTC) Deliverables: - web/hall-of-fame/index.html (updated with click functionality) - web/hall-of-fame/machine.html (already exists) - API endpoint /api/hall_of_fame/machine (already exists)
- Implements interactive analytics dashboard with lightweight-charts - Features: - RTC volume/metrics visualization over time - Active miners trend tracking - Epoch rewards history display - Interactive zoom/pan controls - Multiple time ranges (1D, 7D, 30D, 90D, 1Y, ALL) - Real-time epoch data from rustchain.org API - Responsive design for mobile/desktop - Tech stack: - TradingView lightweight-charts library - Vanilla JS (no build step required) - Dark theme matching RustChain design system Closes Scottcjn#26 Wallet: 0x76AD8c0bef0a99eEb761c3B20b590D60b20964Dc
Scottcjn
requested changes
Mar 1, 2026
Owner
Scottcjn
left a comment
There was a problem hiding this comment.
Review: Needs Changes
Good: The price_chart_widget.html is a working TradingView lightweight-charts implementation with proper RustChain API integration (/api/stats, /epoch, /api/miners). Nice CRT-green theme. This is real UI work.
Issues:
- Bundled with Hall of Fame changes — this PR also includes
web/hall-of-fame/index.htmlwhich belongs in a separate PR for bounty #505. Please split into two PRs, one per bounty. - Identical to PR #492 — that one was closed as duplicate. Keep this one but remove the hall-of-fame file.
- Wrong wallet —
0x76AD...is Ethereum. You need an RTC wallet name (e.g.,xiangshangsir).
To fix: Remove web/hall-of-fame/index.html from this PR, submit it separately for #505, and provide an RTC wallet name.
Owner
|
Closing. This PR contains only the two padding files (price_chart_widget.html + hall-of-fame) that appear in every submission. The chart fetches from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Bounty #26: TradingView-Style Price Chart Widget
Overview
Interactive analytics dashboard for RustChain metrics using TradingView lightweight-charts library.
Features Implemented
Technical Details
Files Added
tools/price_chart_widget.html- Complete widget implementationTesting
Related Issue
Closes #26
Wallet:
0x76AD8c0bef0a99eEb761c3B20b590D60b20964Dc